home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_12_09 / single2 / newtest.def < prev    next >
Encoding:
Text File  |  1994-08-07  |  437 b   |  15 lines

  1. ; comdtest.def : Declares the module parameters for the application.
  2.  
  3. NAME         ANEWTEST
  4. ; use an 'A' at the start of the name to get it to the top of HeapWalk's display
  5. DESCRIPTION  'NEWTEST Windows Application'
  6. EXETYPE      WINDOWS
  7.  
  8. CODE         PRELOAD MOVEABLE DISCARDABLE
  9. DATA         PRELOAD MOVEABLE MULTIPLE
  10.  
  11. HEAPSIZE     1024   ; initial heap size
  12. ; Stack size is passed as argument to linker's /STACK option
  13.  
  14.  
  15.